projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2e1542
)
Adding :safe property to a defcustom does not merit a :version bump
author
Glenn Morris
<rgm@gnu.org>
Thu, 11 Jul 2013 16:07:00 +0000
(09:07 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 11 Jul 2013 16:07:00 +0000
(09:07 -0700)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 26f229ec981f2315dadfe5e774e861bb9080bf17..ff4ccec2279785731b659b94b6869509dc63112b 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-322,8
+322,7
@@
from `mode-require-final-newline'."
(const :tag "When visiting or saving" visit-save)
(const :tag "Don't add newlines" nil)
(other :tag "Ask each time" ask))
- :group 'editing-basics
- :version "24.4")
+ :group 'editing-basics)
(defcustom mode-require-final-newline t
"Whether to add a newline at end of file, in certain major modes.